| lcCreateProps | Home |
|
HANDLE lcCreateProps ( HWND hWndParent, int Mode ); |
| hWndParent | |
| Handle to a parent window. | |
| Mode | |
| Reserved. Set zero value. | |
|
Handle to the created properties window. If the function fails, the return value is NULL. |
|
The window size and position must be set later with the function
lcPropsResize. When application destroys the parent window then the properties window will be deleted automatically. |
| lcPropsUpdate, lcWndSetProps |